Problem Note 60793: The %DI_JOB_SO MODEL_GP_STATUS task might generate "ERROR: model_gp_status is/are the invalid task name(s). "
In SAS® Size Optimization, the %DI_JOB_SO MODEL_GP_STATUS task might generate the following error:
ERROR: model_gp_status is/are the invalid task name(s).
This error occurs when you run the MODEL_GP_STATUS task using %DI_JOB_SO run_only argument as follows:
%di_job_so(run_only=%bquote(model_gp_status));
The workaround is to run the MODEL_GP_STATUS task using the following syntax if you want to run it stand-alone:
%di_job_so(dedi_disagg_factor_def=0,
geo_synch=0,
profile_synch=0,
batch_profiling=0,
purge_model_members=0,
model_gp_status=1);
quit;
Operating System and Release Information
SAS System | SAS Size Profiling | Linux for x64 | 3.4 | 3.41 | 9.4 TS1M3 | 9.4 TS1M4 |
Microsoft® Windows® for x64 | 3.4 | 3.41 | 9.4 TS1M3 | 9.4 TS1M4 |
*
For software releases that are not yet generally available, the Fixed
Release is the software release in which the problem is planned to be
fixed.
Type: | Problem Note |
Priority: | medium |
Date Modified: | 2018-03-08 12:01:29 |
Date Created: | 2017-07-20 16:25:43 |